|
|
|
|
AutoExpandAreaEnum Enumeration |
Used with the AutoExpandArea property to define when items are expanded automatically (see AutoExpandHover and AutoExpandDragDrop).
Syntax AutoExpandAreaEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum AutoExpandAreaEnum |
C# |
public enum AutoExpandAreaEnum |
C++ |
public enum class AutoExpandAreaEnum |
Member |
Value |
Description |
FirstColumn | 0 | The item is automatically expanded if the mouse cursor hovers over the first displayed column. |
HierarchyColumn | 1 | The item is automatically expanded if the mouse cursor hovers over the cell of the hierarchy column (excluding the hierarchy area). |
AllColumns | 2 | The item is automatically expanded if the mouse cursor hovers over any cell (excluding the hierarchy area). |
Comments
The AutoExpandAreaEnum enumeration is used with the AutoExpandArea property to define when items are expanded automatically (see AutoExpandHover and AutoExpandDragDrop).